home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 January / PSL Monthly Shareware CD-ROM (Public Software Library) (January 1994).iso / games / dos / arcade / race.exe / PRINTDOC.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-05-06  |  314 b   |  10 lines

  1. echo off
  2. cls
  3. echo This program will print the Race! documentation to the printer port.
  4. echo Press a key to continue or press Control-Break to abort the program.
  5. pause
  6. echo Please wait while the documentation is being printed.
  7. copy race.doc prn
  8. echo The printing of the documentation is finished.
  9. echo on
  10.